home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Galerie / Multimedia-Galerie (Carsten Scheibe)(1993).iso / sounddos / plavoc / plavoc.lzh / CALLER.DOC < prev    next >
Text File  |  1992-03-23  |  4KB  |  91 lines

  1.  
  2.                       ╔═══════════════════════╗
  3.                       ║ ≡ C∙A∙L∙L∙E∙R v0.4e ≡ ║
  4.                       ╚═══════════════════════╝
  5.  
  6.         Updates from v0.3r,v0.4c/d:
  7.         ---------------------------
  8.         ε Fixed problem with CALL.DAT file thats smaller than 130 
  9.           (or so) bytes!  Previously it would give you that annoying
  10.           file not found message.  (Sorry about that)
  11.         ε Finds the configuration and datafile by itself as long as
  12.           its in one of the directories in the path!
  13.         ε Allows upto 500 phone number entries.
  14.         ε More keys to help you scroll through large dialing lists
  15.           (e.g. Home, End, PageUp, PageDown)
  16.         ---------------------------
  17.     
  18.         Welcome to CALLER, this is a simple program designed to make
  19. your voice calls easier.  I have owned a modem for quite a while now
  20. and it sure beats me when it comes to dialing a phone number.  So
  21. for a long time, I had a batch file that set a couple of environment
  22. variables and would dial the modem for me.  But I found everytime I
  23. wanted to add a number to my list I had to modify the entire batch
  24. file (well, more than I need to do now).  So, I decided to write up
  25. a little program to do this task.
  26.  
  27.         Installation of CALLER is simple, just copy CALLER.EXE to any
  28. directory (perferably in the path) and you are set.
  29.  
  30.         Caller requires little from you, it needs a modem (obviously)
  31. and you need a color video card (monitor doesn't matter).  Upon
  32. running it the first time, it will prompt you for where the modem is
  33. connected to, the COM port.  Once you decide (figure out) where the
  34. modem is pluged into, it will create a little file named CALL.CFG.  If
  35. you set the wrong COM port at first, you can use the '-c' commandline
  36. to reconfigure CALLER.  (or you can use a text editor to change the
  37. CALL.CFG file manually) All thats in the CALL.CFG file is where the
  38. modem is hooked up.  (e.g.  for me, that files is 4 bytes, and says
  39. COM2, it shouldn't be larger than 4 bytes for any computer) Once you
  40. have configured CALLER, you will need to create a list of names and
  41. phone numbers.  The list should be named CALL.DAT.  Use any text
  42. editor to create this list (yes, edlin will do too).  The format for
  43. CALL.DAT is simple.  Each entry consists of the name/information about
  44. the #, and then the number.  The name/information string can be up to
  45. 30 characters long, and the phone number should be 7 or 8 characters
  46. (8 if you included the '-') So, here is a sample list:
  47.  
  48. Pizza Pizza
  49. 967-1111
  50. CSS Computers
  51. 6616161
  52. Friend #1
  53. 123-4567
  54. Annoying Friend
  55. 911-1111
  56. Keen Person #1
  57. 010-0101
  58.  
  59. NOTE: Please don't include extra lines between entries!
  60.       It will screw up things!
  61.  
  62.       (e.g.     Blah Blah Blah
  63.                 1231234
  64.               ┌>
  65.               │ Blah Blah
  66.               │ 3215444
  67.               └─ This empty line will screw things up!)
  68.  
  69.  
  70. To you, the name/information string can be as long as the line goes,
  71. but the program will only take the first 30 characters of that.
  72. Currently CALLER will allow a total of 500 entries, so the CALL.DAT
  73. file should be only 1000 lines long at the max.  CALLER will ignore any
  74. entry above 500.  CALLER will search for the configuration file and
  75. data file in your current work directory first, if it doesn't find
  76. them there, it will search all directories in your path statement and
  77. if it still can't find it, then it will give you an ERROR.  
  78.  
  79. When you are in the main CALLER menu, use the UP/DOWN arrows to scroll
  80. through the entries, and press ENTER to dial away!  When you hit ENTER,
  81. the call screen will pop up, but since you don't you want the modem's
  82. speakers to broadcast your whole conversation, hit ENTER again when
  83. you hear the other side answering. Once you hit ENTER, you will be
  84. brought back to the main screen.  To quit the program, just hit ESC.
  85.  
  86.     Feel free to distributed this program as long as you include the
  87. documentation file.  Look for newer updates of this program at your
  88. nearest shareware BBS!
  89.  
  90.                 THANK YOU FOR USING C∙A∙L∙L∙E∙R v0.4e!
  91.